home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_29244.txt < prev    next >
Text File  |  1990-08-24  |  8KB  |  357 lines

  1. -- card: 29244 from stack: in.0
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 7610
  5. -- name: section 1:
  6. ----- HyperTalk script -----
  7. -- "originCdName" is used by the bg script to determine
  8. -- where to go, as well as in the flying btn animation
  9. on openCard
  10.   global OriginCdName
  11.   put the short name of this cd into OriginCdName
  12. end openCard
  13.  
  14.  
  15.  
  16. -- part 2 (button)
  17. -- low flags: 00
  18. -- high flags: C000
  19. -- rect: left=111 top=95 right=118 bottom=294
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 0 / 0
  22. -- text alignment: 1
  23. -- font id: 174
  24. -- text size: 14
  25. -- style flags: 256
  26. -- line height: 18
  27. -- part name: Introduction to Hypermedia
  28. ----- HyperTalk script -----
  29. -- theSource is the name of the corresponding checkbox; used by bg scr
  30. on mouseUp
  31.   global theSource
  32.   put "chkbx1" into theSource
  33.   pass mouseUp
  34. end mouseUp
  35.  
  36.  
  37.  
  38.  
  39. -- part 3 (button)
  40. -- low flags: 00
  41. -- high flags: C000
  42. -- rect: left=111 top=127 right=150 bottom=298
  43. -- title width / last selected line: 0
  44. -- icon id / first selected line: 0 / 0
  45. -- text alignment: 1
  46. -- font id: 174
  47. -- text size: 14
  48. -- style flags: 256
  49. -- line height: 18
  50. -- part name: Definitions of Hyper Words
  51. ----- HyperTalk script -----
  52. -- theSource is the name of the corresponding checkbox; used by bg scr
  53. on mouseUp
  54.   global theSource
  55.   put "chkbx2" into theSource
  56.   pass mouseUp
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 4 (button)
  62. -- low flags: 00
  63. -- high flags: C000
  64. -- rect: left=110 top=159 right=182 bottom=344
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 0 / 0
  67. -- text alignment: 1
  68. -- font id: 174
  69. -- text size: 14
  70. -- style flags: 256
  71. -- line height: 18
  72. -- part name: How are others using HyperCard ?
  73. ----- HyperTalk script -----
  74. -- theSource is the name of the corresponding checkbox; used by bg scr
  75. on mouseUp
  76.   global theSource
  77.   put "chkbx3" into theSource
  78.   pass mouseUp
  79. end mouseUp
  80.  
  81.  
  82.  
  83. -- part 5 (button)
  84. -- low flags: 00
  85. -- high flags: C000
  86. -- rect: left=111 top=191 right=214 bottom=338
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 0 / 0
  89. -- text alignment: 1
  90. -- font id: 174
  91. -- text size: 14
  92. -- style flags: 256
  93. -- line height: 18
  94. -- part name: How do I start using HyperCard ?
  95. ----- HyperTalk script -----
  96. -- theSource is the name of the corresponding checkbox; used by bg scr
  97. on mouseUp
  98.   global theSource
  99.   put "chkbx4" into theSource
  100.   pass mouseUp
  101. end mouseUp
  102.  
  103.  
  104.  
  105. -- part 6 (button)
  106. -- low flags: 00
  107. -- high flags: C000
  108. -- rect: left=111 top=255 right=278 bottom=382
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 0 / 0
  111. -- text alignment: 1
  112. -- font id: 174
  113. -- text size: 14
  114. -- style flags: 256
  115. -- line height: 18
  116. -- part name: How do I learn more about HyperCard ?
  117. ----- HyperTalk script -----
  118. -- theSource is the name of the corresponding checkbox; used by bg scr
  119. on mouseUp
  120.   global theSource
  121.   put "chkbx6" into theSource
  122.   pass mouseUp
  123. end mouseUp
  124.  
  125.  
  126.  
  127. -- part 8 (button)
  128. -- low flags: 00
  129. -- high flags: 0000
  130. -- rect: left=88 top=85 right=119 bottom=121
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 5567 / 5567
  133. -- text alignment: 1
  134. -- font id: 0
  135. -- text size: 12
  136. -- style flags: 0
  137. -- line height: 16
  138. -- part name: chkbx1
  139. ----- HyperTalk script -----
  140. -- send the mouseUp to the corresponding text btn
  141. on mouseUp
  142.   send mouseUp to btn "Introduction to Hypermedia"
  143. end mouseUp
  144.  
  145.  
  146.  
  147. -- part 16 (button)
  148. -- low flags: 00
  149. -- high flags: 0000
  150. -- rect: left=88 top=117 right=151 bottom=121
  151. -- title width / last selected line: 0
  152. -- icon id / first selected line: 6427 / 6427
  153. -- text alignment: 1
  154. -- font id: 0
  155. -- text size: 12
  156. -- style flags: 0
  157. -- line height: 16
  158. -- part name: chkbx2
  159. ----- HyperTalk script -----
  160. -- send the mouseUp to the corresponding text btn
  161. on mouseUp
  162.   send mouseUp to btn "Definitions of Hyper Words"
  163. end mouseUp
  164.  
  165.  
  166.  
  167. -- part 17 (button)
  168. -- low flags: 00
  169. -- high flags: 0000
  170. -- rect: left=88 top=149 right=183 bottom=121
  171. -- title width / last selected line: 0
  172. -- icon id / first selected line: 7395 / 7395
  173. -- text alignment: 1
  174. -- font id: 0
  175. -- text size: 12
  176. -- style flags: 0
  177. -- line height: 16
  178. -- part name: chkbx3
  179. ----- HyperTalk script -----
  180. -- send the mouseUp to the corresponding text btn
  181. on mouseUp
  182.   send mouseUp to btn id 4
  183. end mouseUp
  184.  
  185.  
  186.  
  187. -- part 19 (button)
  188. -- low flags: 00
  189. -- high flags: 0000
  190. -- rect: left=88 top=213 right=247 bottom=121
  191. -- title width / last selected line: 0
  192. -- icon id / first selected line: 9111 / 9111
  193. -- text alignment: 1
  194. -- font id: 0
  195. -- text size: 12
  196. -- style flags: 0
  197. -- line height: 16
  198. -- part name: chkbx5
  199. ----- HyperTalk script -----
  200. -- send the mouseUp to the corresponding text btn
  201. on mouseUp
  202.   send mouseUp to btn id 22
  203. end mouseUp
  204.  
  205.  
  206.  
  207. -- part 20 (button)
  208. -- low flags: 00
  209. -- high flags: 0000
  210. -- rect: left=88 top=245 right=279 bottom=121
  211. -- title width / last selected line: 0
  212. -- icon id / first selected line: 8079 / 8079
  213. -- text alignment: 1
  214. -- font id: 0
  215. -- text size: 12
  216. -- style flags: 0
  217. -- line height: 16
  218. -- part name: chkbx6
  219. ----- HyperTalk script -----
  220. -- send the mouseUp to the corresponding text btn
  221. on mouseUp
  222.   send mouseUp to btn id 6
  223. end mouseUp
  224.  
  225.  
  226.  
  227. -- part 21 (button)
  228. -- low flags: 00
  229. -- high flags: 0000
  230. -- rect: left=473 top=17 right=50 bottom=508
  231. -- title width / last selected line: 0
  232. -- icon id / first selected line: 178 / 178
  233. -- text alignment: 1
  234. -- font id: 0
  235. -- text size: 12
  236. -- style flags: 0
  237. -- line height: 16
  238. -- part name: mainMenuIcon
  239. ----- HyperTalk script -----
  240. -- "hilite" is in the stack script
  241. on mouseUp
  242.   hilite the target, 1, 20
  243.   visual dissolve
  244.   go cd "go to main menu"
  245. end mouseUp
  246.  
  247.  
  248.  
  249. -- part 22 (button)
  250. -- low flags: 00
  251. -- high flags: C000
  252. -- rect: left=111 top=223 right=246 bottom=421
  253. -- title width / last selected line: 0
  254. -- icon id / first selected line: 0 / 0
  255. -- text alignment: 1
  256. -- font id: 174
  257. -- text size: 14
  258. -- style flags: 256
  259. -- line height: 18
  260. -- part name: What are some advanced uses of HyperCard ?
  261. ----- HyperTalk script -----
  262. -- theSource is the name of the corresponding checkbox; used by bg scr
  263. on mouseUp
  264.   global theSource
  265.   put "chkbx5" into theSource
  266.   pass mouseUp
  267. end mouseUp
  268.  
  269.  
  270.  
  271. -- part 23 (button)
  272. -- low flags: 00
  273. -- high flags: 0000
  274. -- rect: left=88 top=277 right=311 bottom=121
  275. -- title width / last selected line: 0
  276. -- icon id / first selected line: 27114 / 27114
  277. -- text alignment: 1
  278. -- font id: 0
  279. -- text size: 12
  280. -- style flags: 0
  281. -- line height: 16
  282. -- part name: chkbx7
  283. ----- HyperTalk script -----
  284. -- send the mouseUp to the corresponding text btn
  285. on mouseUp
  286.   send mouseUp to btn "Basics Self-Assessment"
  287. end mouseUp
  288.  
  289.  
  290.  
  291. -- part 24 (button)
  292. -- low flags: 00
  293. -- high flags: C000
  294. -- rect: left=111 top=287 right=310 bottom=267
  295. -- title width / last selected line: 0
  296. -- icon id / first selected line: 0 / 0
  297. -- text alignment: 1
  298. -- font id: 174
  299. -- text size: 14
  300. -- style flags: 256
  301. -- line height: 18
  302. -- part name: Basics Self-Assessment
  303. ----- HyperTalk script -----
  304. -- theSource is the name of the corresponding checkbox; used by bg scr
  305. on mouseUp
  306.   global theSource
  307.   put "chkbx7" into theSource
  308.   pass mouseUp
  309. end mouseUp
  310.  
  311.  
  312.  
  313. -- part 26 (field)
  314. -- low flags: 01
  315. -- high flags: 0000
  316. -- rect: left=0 top=323 right=340 bottom=465
  317. -- title width / last selected line: 0
  318. -- icon id / first selected line: 0 / 0
  319. -- text alignment: 1
  320. -- font id: 174
  321. -- text size: 12
  322. -- style flags: 0
  323. -- line height: 16
  324. -- part name: instruct
  325.  
  326.  
  327. -- part 18 (button)
  328. -- low flags: 00
  329. -- high flags: 0000
  330. -- rect: left=88 top=181 right=215 bottom=121
  331. -- title width / last selected line: 0
  332. -- icon id / first selected line: 8314 / 8314
  333. -- text alignment: 1
  334. -- font id: 0
  335. -- text size: 12
  336. -- style flags: 0
  337. -- line height: 16
  338. -- part name: chkbx4
  339. ----- HyperTalk script -----
  340. -- send the mouseUp to the corresponding text btn
  341. on mouseUp
  342.   send mouseUp to btn id 5
  343. end mouseUp
  344.  
  345.  
  346.  
  347. -- part contents for background part 1
  348. ----- text -----
  349. The Basic Menu
  350.  
  351. -- part contents for background part 11
  352. ----- text -----
  353. Click on an option below.
  354.  
  355. -- part contents for card part 26
  356. ----- text -----
  357. When you are finished with all these options, click the ‚ÄúMain Menu‚Äù button.